home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / str20006 / demo.bat < prev    next >
DOS Batch File  |  1993-08-15  |  652b  |  38 lines

  1. @echo off
  2. :start
  3. cls
  4. echo.
  5. echo Welcome ot AD&D Dark Sun: Shattered Lands
  6. echo.
  7. echo  Choose one of the selections below:
  8. echo.
  9. echo     1. Run Demo (NOTE: Demo requires sound card) 
  10. echo     2. Quit.
  11. echo.
  12. echo     Please enter the number for your choice;
  13. query
  14.  
  15. if errorlevel = 3 goto invalid
  16. if errorlevel = 2 goto end
  17. if errorlevel = 1 goto run
  18.  
  19. :invalid
  20. echo Invalid choice
  21. goto start
  22. goto end
  23.  
  24. :run
  25. sound
  26. :CONTINUE
  27. vpic ssilogo.lbm /r /z /a
  28. wait
  29. if errorlevel 1 goto END
  30. mia
  31. if errorlevel 1 goto END
  32. goto CONTINUE:
  33.  
  34. :END
  35. mode co80
  36. echo SSI Dark Sun Dealer Demo...
  37. echo User Break, Type demo-Return to restart
  38.